home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 3insert.dxr / Internal_15.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  106 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   sprite(66).blend = 0
  11. end
  12.